home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 11 / Mac Magazin and MacEasy Magazine CD - Issue 11.iso / Sharewarebibliothek / DFÜ / MapServe1.5 / Documentation / example.map < prev    next >
Text File  |  1995-05-30  |  749b  |  33 lines

  1. # MapServe Example
  2. # by Kelly Campbell
  3. #    camk@ksu.ksu.edu
  4. # Order of entries does not matter, although the map will run faster if you
  5. # put more frequently used objects at the top. Also, a little speed will 
  6. # be gained by placing the objects in the following order: Default, Rectangle, 
  7. # Circles, Ovals, Polygons, Points.
  8.  
  9.  
  10. # Point 1
  11. point example/point1.html 7,73
  12.  
  13. # Point 2
  14. point example/point2.html 105,76
  15.  
  16. # Point 3
  17. point example/point3.html 312,69
  18.  
  19. # Point 4
  20. point example/point4.html 348,16
  21.  
  22. # Blue rectangle
  23. rect example/blue.html 4,5 71,39
  24.  
  25. # Green circle
  26. circle example/green.html 181,57 198,57
  27.  
  28. # Orange polygon
  29. poly example/orange.html 224,23 219,55 268,67 281,24 257,4 250,36 224,23 
  30.  
  31. # Red oval
  32. oval example/red.html 99,2 167,46